stylecontext: Deprecate gtk_style_context_get_font()
authorBenjamin Otte <otte@redhat.com>
Thu, 6 Dec 2012 01:55:22 +0000 (02:55 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 6 Dec 2012 01:57:19 +0000 (02:57 +0100)
commit9ae96491886716ba56ba87442dd9a93dcf21e027
tree88fd8ef977b8bc091cdae3bde1889ff65d7d11d6
parent82a61069200f72dd23cb82ff6d7877e1bf43beb3
stylecontext: Deprecate gtk_style_context_get_font()

This is for a very simple reason: The getter is returning a const value
and the font isn't const anymore. So we need to store the font
description somewhere but we can't reuse it as it's changing all the
time (yay animations, yay inherited values). Sucks.

So keep the hack in here but deprecate the function.
gtk/gtkstylecontext.c
gtk/gtkstylecontext.h
gtk/gtkthemingengine.c
gtk/gtkthemingengine.h